home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
os2
/
adaptor.zip
/
ADAPT.ZIP
/
adaptor
/
examples
/
dalib
/
hostnode
/
test1.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-23
|
287 b
|
18 lines
program test1
real a(15), ha(15)
cmf$ layout ha(:host)
ha = 4.0
c move ha to nodes
a = ha
a = a + 1.0
c move from nodes to host
ha = a
c
c print results
print '(5f10.5)', ha
c
print * , 'results should all be 5 '
end